home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Net / Utilities / Seer family 2.0 / sr_prg.R < prev    next >
Encoding:
Text File  |  1987-11-17  |  2.4 KB  |  112 lines  |  [TEXT/KAHL]

  1. sr_prg.prj.rsrc
  2. ????????
  3.  
  4. TYPE MENU
  5.     ,128
  6. \14
  7. About Seer
  8. (-
  9.  
  10. TYPE MENU
  11.     ,129
  12. File            ;; File menu
  13. New /N            ;; create a new file
  14. Open... /O        ;; open an old file
  15. Close            ;; close a file
  16. Quit /Q            ;; exit the program
  17.  
  18. TYPE MENU
  19.     ,130
  20. Edit            ;; Edit menu
  21. Undo /Z            ;; undo last change
  22. Cut    /X        ;; cut selected
  23. Copy /C            ;; copy selected into clipboard
  24. Paste /V        ;; paste clipboard
  25. Clear            ;; clear something?
  26.  
  27. TYPE MENU
  28.     ,131
  29. Seer
  30. Reset queue        ;; reset the seer queue
  31.  
  32.  
  33. TYPE CNTL
  34.     ,128
  35. vertical scroll        ;; scroll bar to select packets
  36. -1 483 241 499        ;; put it in the usual place
  37. Visible         ;; it is visible
  38. 16             ;; procid= a scroll bar
  39. 0             ;; refcon for the v scroll bar
  40. 0 16383 0         ;; min max initial (allow 14 bits of selection)
  41.  
  42.  
  43. TYPE CNTL
  44.     ,129
  45. update            ;; notice new packets, update slider
  46. 2 5 20 60         ;; top left bottom right
  47. Visible         ;; it is visible
  48. 0             ;; procid= a simple button
  49. 0             ;; refcon for the stop button
  50. 0 1 1             ;; min max initial
  51.  
  52. TYPE CNTL
  53.     ,130
  54. auto            ;; automaticly follow new packets
  55. 2 65 20 110         ;; top left bottom right
  56. Visible         ;; it is visible
  57. 0             ;; procid= a simple button
  58. 0             ;; refcon for the stop button
  59. 0 1 1             ;; min max initial
  60.  
  61. TYPE WIND
  62.     ,128        ;; the seer display window
  63. seer packets        ;; the window title
  64. 80 7 335 505         ;; a normal large window
  65. Visible GoAway        ;; a normal data window
  66. 0             ;; procid for a standard document
  67. 0             ;; refcon not used
  68.  
  69. TYPE WIND
  70.     ,129        ;; the seer display window
  71. seer scope        ;; the window title
  72. 44 7 335 505         ;; a normal large window
  73. Visible GoAway        ;; a normal data window
  74. 0             ;; procid for a standard document
  75. 0             ;; refcon not used
  76.  
  77. TYPE WIND
  78.     ,130        ;; the seer display window
  79. seer status        ;; the window title
  80. 30 7 75 505         ;; a normal large window
  81. Visible GoAway        ;; a normal data window
  82. 0             ;; procid for a standard document
  83. 0             ;; refcon not used
  84.  
  85. TYPE STR#
  86.     ,128
  87. 4
  88. Seer program bomb:
  89. OS error code:
  90. Click mouse to exit
  91. Additional data:
  92.  
  93. * fatal unexpected error texts
  94. TYPE STR#
  95.     ,129
  96. 14
  97. Can't find a window from the resource file
  98. Can't read a control from the resource file
  99. Can't open sp_resource.rsrc
  100. Seer driver configure failed
  101. A seer device driver call failed with an os error
  102. Seer packet reception on call failed
  103. Seer load driver call failed
  104. Can't open seer_driver file
  105. Can't open .seer device
  106. Seer get packet call failed unexpectedly
  107. Can't find a menu in the resource file
  108. Can't find a string in the resource file
  109. No handler for this event,window type
  110. Can't read PDL resources
  111.  
  112.